! Rompy SwanConfig
! Template: {{_template}}
! Generated: {{runtime._generated_at}} on {{runtime._generated_on}} by {{runtime._generated_by}}


! Startup -------------------------------------------------------------------------------------------------------------------------------------------------------------------------

{% if config.get("startup") %}{{config.startup}}{% endif %}

! Computational Grid --------------------------------------------------------------------------------------------------------------------------------------------------------------


{% if config.get("cgrid") %}{{config.cgrid}}{% endif %}

! Input Grids ---------------------------------------------------------------------------------------------------------------------------------------------------------------------

{% if config.get("inpgrid") %}{{config.inpgrid}}{% endif %}


! Boundary and Initial conditions -------------------------------------------------------------------------------------------------------------------------------------------------

{% if config.get("boundary") %}{{config.boundary}}{% endif %}

{% if config.get("initial") %}{{config.initial}}{% endif %}


! Physics -------------------------------------------------------------------------------------------------------------------------------------------------------------------------

{% if config.get("physics") %}{{config.physics}}{% endif %}


! Numerics ------------------------------------------------------------------------------------------------------------------------------------------------------------------------

{% if config.get("prop") %}{{config.prop}}{% endif %}

{% if config.get("numeric") %}{{config.numeric}}{% endif %}


! Output --------------------------------------------------------------------------------------------------------------------------------------------------------------------------

{% if config.get("output") %}{{config.output}}{% endif %}


! Lockup --------------------------------------------------------------------------------------------------------------------------------------------------------------------------

{% if config.get("lockup") %}{{config.lockup}}{% endif %}